home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Dema / anito_demo.exe / {app} / data / cutscenes / agila / villacredo / cock_betting.cs < prev    next >
Text File  |  2003-10-27  |  8KB  |  492 lines

  1.  0 0
  2.  1 0
  3.  0 0 0
  4.  
  5. 30
  6.  
  7.   1 1
  8.     1 -1 -1
  9.  
  10.   1 1
  11. "
  12. if (globals.time_day > globals.lastcock_fight && globals.progress_cockfight == 1 )
  13. {
  14.   this.line0 = 'none';
  15.   this.target0 = 2;
  16. }
  17. if (globals.progress_ganaag_pick ==  'red')
  18. {
  19.   this.line0 = 'none';
  20.   this.target0 = 3;
  21. }
  22. if (globals.progress_ganaag_pick ==  'white')
  23. {
  24.   this.line0 = 'none';
  25.   this.target0 = 4;
  26. }
  27.   this.line1 = '';
  28. "
  29.     1 -1 -1
  30.  
  31.   1 22
  32. "
  33. this.camerafocus = 'npcGanaag1';
  34. this.voicefocus = 'npcGanaag1';
  35. this.line0 = 'Who will you bet on?';
  36. this.line1 = '';
  37. this.line2 = '';
  38. this.line3 = '';
  39. this.line4 = '';
  40. this.line5 = '';
  41. this.line6 = '';
  42.  
  43. "
  44.     300 -1 -1
  45.  
  46.   1 28
  47. "
  48. this.camerafocus = 'player';
  49. this.line0 = '';
  50.  
  51.  
  52. "
  53.     1 -1 -1
  54.  
  55.   1 29
  56. "
  57. this.camerafocus = 'player';
  58. this.line0 = '';
  59.  
  60.  
  61. "
  62.     300 -1 -1
  63.  
  64.   1 6
  65. "
  66. this.camerafocus = 'player';
  67. this.voicefocus = 'player';
  68. this.line0 = 'The red cock  ';
  69. this.line1 = '';
  70. this.line2 = '';
  71. this.line3 = '';
  72. this.line4 = '';
  73. this.line5 = '';
  74. this.line6 = '';
  75. globals.progress_ganaag_pick = 'red';
  76. "
  77.     300 -1 -1
  78.  
  79.   1 23
  80. "
  81. this.camerafocus = 'npcGanaag1';
  82. this.voicefocus = 'npcGanaag1';
  83. this.line0 = 'How much?';
  84. this.line1 = '';
  85. this.line2 = '';
  86. this.line3 = '';
  87. this.line4 = '';
  88. this.line5 = '';
  89. this.line6 = '';
  90.  
  91. "
  92.     300 -1 -1
  93.  
  94.   1 6
  95. "
  96. this.camerafocus = 'player';
  97. this.voicefocus = 'player';
  98. this.line0 = 'The white cock ';
  99. this.line1 = '';
  100. this.line2 = '';
  101. this.line3 = '';
  102. this.line4 = '';
  103. this.line5 = '';
  104. this.line6 = '';
  105. globals.progress_ganaag_pick = 'white';
  106. "
  107.     300 -1 -1
  108.  
  109.   1 0
  110. "
  111. this.camerafocus = 'player';
  112. this.voicefocus = 'player';
  113. this.line0 = 'No thanks.  ';
  114. this.line1 = '';
  115. this.line2 = '';
  116. this.line3 = '';
  117. this.line4 = '';
  118. this.line5 = '';
  119. this.line6 = '';
  120.  
  121. "
  122.     300 -1 -1
  123.  
  124.   1 10
  125. "
  126. this.camerafocus = 'player';
  127. this.voicefocus = 'player';
  128. this.line0 = 'One cruziero ';
  129. this.line1 = '';
  130. this.line2 = '';
  131. this.line3 = '';
  132. this.line4 = '';
  133. this.line5 = '';
  134. this.line6 = '';
  135. globals.progress_ganaag_cruziero = 1;
  136. "
  137.     300 -1 -1
  138.  
  139.   1 11
  140. "
  141. this.camerafocus = 'npcGanaag1';
  142. this.voicefocus = 'npcGanaag1';
  143. this.line0 = 'I am afraid that won't do.  That only covers our token gambling fee,';
  144. this.line1 = 'remember?';
  145. this.line2 = '';
  146. this.line3 = '';
  147. this.line4 = '';
  148. this.line5 = '';
  149. this.line6 = '';
  150.  
  151. "
  152.     300 -1 -1
  153.  
  154.   1 6
  155. "
  156. this.camerafocus = 'player';
  157. this.voicefocus = 'player';
  158. this.line0 = 'Oh. All right then. ';
  159. this.line1 = '';
  160. this.line2 = '';
  161. this.line3 = '';
  162. this.line4 = '';
  163. this.line5 = '';
  164. this.line6 = '';
  165.  
  166. "
  167.     300 -1 -1
  168.  
  169.   1 16
  170. "
  171. this.camerafocus = 'player';
  172. this.voicefocus = 'player';
  173. this.line0 = 'Done.  Talk to me when the fight is over. ';
  174. this.line1 = '';
  175. this.line2 = '';
  176. this.line3 = '';
  177. this.line4 = '';
  178. this.line5 = '';
  179. this.line6 = '';
  180. GiveMoney(globals.progress_ganaag_bet);
  181. "
  182.     300 -1 -1
  183.  
  184.   1 6
  185. "
  186. this.camerafocus = 'npcGanaag1';
  187. this.voicefocus = 'npcGanaag1';
  188. this.line0 = 'I am afraid you do not have the money to bet that much. ';
  189. this.line1 = '';
  190. this.line2 = '';
  191. this.line3 = '';
  192. this.line4 = '';
  193. this.line5 = '';
  194. this.line6 = '';
  195.  
  196. "
  197.     300 -1 -1
  198.  
  199.   1 15
  200. "
  201. this.camerafocus = 'player';
  202. this.voicefocus = 'player';
  203. this.line0 = 'I do not wish to bet right now. ';
  204. this.line1 = '';
  205. this.line2 = '';
  206. this.line3 = '';
  207. this.line4 = '';
  208. this.line5 = '';
  209. this.line6 = '';
  210.  
  211. "
  212.     300 -1 -1
  213.  
  214.   1 0
  215. "
  216. this.camerafocus = 'npcGanaag1';
  217. this.voicefocus = 'npcGanaag1';
  218. this.line0 = 'Suit yourself.  ';
  219. this.line1 = '';
  220. this.line2 = '';
  221. this.line3 = '';
  222. this.line4 = '';
  223. this.line5 = '';
  224. this.line6 = '';
  225.  
  226. "
  227.     300 -1 -1
  228.  
  229.   1 17
  230. "
  231. this.camerafocus = 'player';
  232. this.line0 = '';
  233.  
  234. FadeOut();
  235. "
  236.     90 -1 -1
  237.  
  238.   1 0
  239. "
  240. this.camerafocus = 'player';
  241. this.line0 = '';
  242.  
  243. engine.game.startcutscene = 'villacredo/cock_fight';
  244. "
  245.     300 -1 -1
  246.  
  247.   1 19
  248. "
  249. this.camerafocus = 'npcGanaag1';
  250. this.voicefocus = 'npcGanaag1';
  251. this.line0 = 'You win!  Here is your money.';
  252. this.line1 = '';
  253. this.line2 = '';
  254. this.line3 = '';
  255. this.line4 = '';
  256. this.line5 = '';
  257. this.line6 = '';
  258. TakeMoney(globals.progress_ganaag_bet*2);
  259. "
  260.     300 -1 -1
  261.  
  262.   1 20
  263. "
  264. this.camerafocus = 'player';
  265. this.voicefocus = 'player';
  266. this.line0 = 'Great! When is the next fight?    ';
  267. this.line1 = '';
  268. this.line2 = '';
  269. this.line3 = '';
  270. this.line4 = '';
  271. this.line5 = '';
  272. this.line6 = '';
  273.  
  274. "
  275.     300 -1 -1
  276.  
  277.   1 0
  278. "
  279. this.camerafocus = 'npcGanaag1';
  280. this.voicefocus = 'npcGanaag1';
  281. this.line0 = 'Tomorrow.  There are different roosters up tomorrow. ';
  282. this.line1 = '';
  283. this.line2 = '';
  284. this.line3 = '';
  285. this.line4 = '';
  286. this.line5 = '';
  287. this.line6 = '';
  288. globals.lastcock_fight = globals.time_day;
  289. "
  290.     300 -1 -1
  291.  
  292.   1 20
  293. "
  294. this.camerafocus = 'player';
  295. this.voicefocus = 'player';
  296. this.line0 = 'Well sorry.  But there will always be another cockfight.';
  297. this.line1 = '';
  298. this.line2 = '';
  299. this.line3 = '';
  300. this.line4 = '';
  301. this.line5 = '';
  302. this.line6 = '';
  303.  
  304. "
  305.     300 -1 -1
  306.  
  307.   1 22
  308. "
  309.  
  310. this.camerafocus = 'player';
  311. this.voicefocus = 'player';
  312. i = 0;
  313. this.line[i] = 'The red cock  ';
  314. this.target[i] = '5';
  315. i++;
  316. this.line[i] = 'The white cock ';
  317. this.target[i] = '7';
  318. i++;
  319. this.line[i] = 'No thanks.  ';
  320. this.target[i] = '8';
  321. i++;
  322. this.line[i] = '';
  323. "
  324.     1 -1 -1
  325.  
  326.   1 23
  327. "
  328.  
  329. this.camerafocus = 'player';
  330. this.voicefocus = 'player';
  331. i = 0;
  332. if (globals.progress_ganaag_cruziero < 1)
  333. {
  334.     this.line[i] = 'One cruziero ';
  335.     this.target[i] = '9';
  336.     i++;
  337. }
  338. this.line[i] = '2 cruzieros';
  339. this.target[i] = '24';
  340. i++;
  341. this.line[i] = '3 cruzieros ';
  342. this.target[i] = '25';
  343. i++;
  344. this.line[i] = '4 cruzieros ';
  345. this.target[i] = '26';
  346. i++;
  347. this.line[i] = '5 cruzieros ';
  348. this.target[i] = '27';
  349. i++;
  350. this.line[i] = 'I do not wish to bet right now. ';
  351. this.target[i] = '14';
  352. i++;
  353. this.line[i] = '';
  354. "
  355.     1 -1 -1
  356.  
  357.   1 24
  358. "
  359. globals.progress_ganaag_bet = 2;
  360. this.camerafocus = 'player';
  361. this.voicefocus = 'player';
  362. i = 0;
  363. if (CheckMoney() >= 2 )
  364. {
  365.     this.line[i] = 'none';
  366.     this.target[i] = '12';
  367.     i++;
  368. }
  369. if (CheckMoney() < 2)
  370. {
  371.     this.line[i] = 'none';
  372.     this.target[i] = '13';
  373.     i++;
  374. }
  375. this.line[i] = '';
  376. "
  377.     1 -1 -1
  378.  
  379.   1 25
  380. "
  381. globals.progress_ganaag_bet = 3;
  382. this.camerafocus = 'player';
  383. this.voicefocus = 'player';
  384. i = 0;
  385. if (CheckMoney() >= 3)
  386. {
  387.     this.line[i] = 'none';
  388.     this.target[i] = '12';
  389.     i++;
  390. }
  391. if (CheckMoney() < 3)
  392. {
  393.     this.line[i] = 'none';
  394.     this.target[i] = '13';
  395.     i++;
  396. }
  397. this.line[i] = '';
  398. "
  399.     1 -1 -1
  400.  
  401.   1 26
  402. "
  403. globals.progress_ganaag_bet = 4;
  404. this.camerafocus = 'player';
  405. this.voicefocus = 'player';
  406. i = 0;
  407. if (CheckMoney() >= 4)
  408. {
  409.     this.line[i] = 'none';
  410.     this.target[i] = '12';
  411.     i++;
  412. }
  413. if (CheckMoney() < 4)
  414. {
  415.     this.line[i] = 'none';
  416.     this.target[i] = '13';
  417.     i++;
  418. }
  419. this.line[i] = '';
  420. "
  421.     1 -1 -1
  422.  
  423.   1 27
  424. "
  425. globals.progress_ganaag_bet = 5;
  426. this.camerafocus = 'player';
  427. this.voicefocus = 'player';
  428. i = 0;
  429. if (CheckMoney() >= 5)
  430. {
  431.     this.line[i] = 'none';
  432.     this.target[i] = '12';
  433.     i++;
  434. }
  435. if (CheckMoney() < 5)
  436. {
  437.     this.line[i] = 'none';
  438.     this.target[i] = '13';
  439.     i++;
  440. }
  441. this.line[i] = '';
  442. "
  443.     1 -1 -1
  444.  
  445.   1 28
  446. "
  447. globals.progress_ganaag_pick = '';
  448. this.camerafocus = 'player';
  449. this.voicefocus = 'player';
  450. i = 0;
  451. if (globals.Pula_lose < 1)
  452. {
  453.     this.line[i] = 'none';
  454.     this.target[i] = '18';
  455.     i++;
  456. }
  457. if (globals.Pula_lose == 1)
  458. {
  459.     this.line[i] = 'none';
  460.     this.target[i] = '21';
  461.     i++;
  462. }
  463. this.line[i] = '';
  464. "
  465.     1 -1 -1
  466.  
  467.   1 29
  468. "
  469. globals.progress_ganaag_pick = '';
  470. this.camerafocus = 'player';
  471. this.voicefocus = 'player';
  472. i = 0;
  473. if (globals.Puti_lose < 1)
  474. {
  475.     this.line[i] = 'none';
  476.     this.target[i] = '18';
  477.     i++;
  478. }
  479. if (globals.Pula_lose == 1)
  480. {
  481.     this.line[i] = 'none';
  482.     this.target[i] = '21';
  483.     i++;
  484. }
  485. this.line[i] = '';
  486. "
  487.     1 -1 -1
  488.  
  489.  
  490. 0 0 0 0
  491. 0
  492.